FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / SortPropertyCore Property

In This Topic
    SortPropertyCore Property (SortableBindingList<T>)
    In This Topic
    Gets the first property descriptor used for sorting the list.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property SortPropertyCore As PropertyDescriptor
    protected override PropertyDescriptor SortPropertyCore {get;}
    See Also